home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / mono / m.dxr / 00061.ls < prev    next >
Encoding:
Text File  |  1996-07-06  |  156 b   |  10 lines

  1. on exitFrame
  2.   global layoutnum
  3.   if the timer < 120 then
  4.     go(the frame)
  5.   else
  6.     set layoutnum to random(9)
  7.     do("layout" & layoutnum)
  8.   end if
  9. end
  10.